home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19951130-19960209 / 000298_news@columbia.edu _Fri Jan 19 02:25:20 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id CAA10318 for <kermit.misc@watsun>; Fri, 19 Jan 1996 02:25:20 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id CAA07361 for kermit.misc@watsun; Fri, 19 Jan 1996 02:25:19 -0500 (EST)
  4. Path: news.columbia.edu!news.cs.columbia.edu!news.boxhill.com!news.sprintlink.net!tank.news.pipex.net!pipex!news.mathworks.com!gatech!ukma!usenet
  5. From: David Rice <drice@service1.uky.edu>
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Transparent Printing Not Working
  8. Date: 18 Jan 1996 20:39:09 GMT
  9. Organization: BMT
  10. Lines: 29
  11. Message-ID: <4dmb5d$mk0@t3.mscf.uky.edu>
  12. NNTP-Posting-Host: 128.163.95.69
  13. Mime-Version: 1.0
  14. Content-Type: multipart/mixed;
  15.     boundary="-------------------------------169852698721079"
  16. X-Mailer: Mozilla 1.2N (Windows; I; 16bit)
  17.  
  18. This is a multi-part message in MIME format.
  19.  
  20. ---------------------------------169852698721079
  21. Content-Transfer-Encoding: 7bit
  22. Content-Type: text/plain; charset=us-ascii
  23.  
  24. I'm not able to get the transparent printing to work. I do have the 
  25. MS-DOS Kermit Manual and have tried the attached test program. I'm using 
  26. a PC running KERMIT 3.14 to call into a SUN Server running Solaris 2.4. 
  27. The communications run through an Annex Terminal Server. I've been able 
  28. to get other key codes translated and working fine. Help! What am I doing 
  29. wrong. Thanks in advance.
  30.  
  31. ---------------------------------169852698721079
  32. Content-Transfer-Encoding: 7bit
  33. Content-Type: text/plain
  34.  
  35. #include <stdio.h>
  36.  
  37. main()
  38. {
  39.     printf("/27/5i");
  40.     printf("Hello - should print\n");
  41. ;    printf("\1554i");
  42.     printf("Hello - shouldn't print\n");
  43.     return(0);
  44. }
  45.  
  46. ---------------------------------169852698721079--